home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / ra / ratp23.zip / RATOP.CTL next >
Text File  |  1991-12-21  |  3KB  |  92 lines

  1. ;
  2. ;  This is the Control file for RaTop v2.3.  Keywords may appear in
  3. ;  upper, lower case or both.
  4. ;
  5. ;  Use a semi-colon ';' in the first column of a comment line.
  6. ;  Comments may appear on the same line as KEYWORD statements but,
  7. ;  must be proceeded with a semi-colon.
  8. ;
  9. ;  
  10. ; KEYWORD      DESCRIPTION
  11. ;
  12. ;  Path        - Full pathname of the bulletin to be created.  No extension
  13. ;                is needed.  The .ASC, .ANS will be appended by RaTop.
  14. ;
  15. ;  Title       - Your BBS Name, or anything you wish to appear in Title1.
  16. ;                Max. 70 Characters.
  17. ;
  18. ;  Frame       - Color you wish the bulletin frame to be.
  19. ;
  20. ;  Title1      - Color you wish your Title to appear in ANSI.
  21. ;
  22. ;  Title2      - Color you wish Title2 to appear in ANSI.  Title is
  23. ;                'C A L L E R S', 'D O W N L O A D E R S','U P L O A D E R S'.
  24. ;
  25. ;  Users       - Color you want the users stats to appear in ANSI.
  26. ;
  27. ;  ShowHidden  - Show users that are usually hidden from user lists.
  28. ;                Default:  Do not include in list.
  29. ;
  30. ;  HandlesOnly - Instead of real names, Handles will be used in the
  31. ;                Bulletins created.
  32. ;
  33. ;  Group       - Only the specified groups will appear in the Bulletin.
  34. ;                Omit this keyword if you don't want group checking to 
  35. ;                be active.
  36. ;
  37. ;  BackGround  - Color for the background of the bulletin.
  38. ;
  39. ;  SecurityLvl - Include users who have specified security level and
  40. ;                above.
  41. ;
  42. ;  SecFlags    - Include only users who have any of the specified security
  43. ;                flags set.
  44. ;
  45. ;  Color Codes:
  46. ;               ________
  47. ;      0  Black         \
  48. ;      1  Blue           \
  49. ;      2  Green           \  BackGround or
  50. ;      3  Cyan             ---------------
  51. ;      4  Red             /  ForeGround
  52. ;      5  Magenta        /
  53. ;      6  Brown         /
  54. ;      7  LightGray ___/
  55. ;               _______
  56. ;      8  Gray         \
  57. ;      9  LightBlue     \
  58. ;      10 LightGreen     \  Foreground Only
  59. ;      11 LightCyan       ------------------
  60. ;      12 LightRed       /
  61. ;      13 LightMagenta  /
  62. ;      14 Yellow       /
  63. ;      15 White ______/
  64. ;
  65. ;******************************************************************
  66. ;
  67. Path        TOPUSERS
  68. ;
  69. Title       Info-Center BBS Top 10 Users Report
  70. ;
  71. Frame       3                                  ; Cyan
  72. ;
  73. Title1      15                                 ; White
  74. ;
  75. Title2      10                                 ; LightGreen
  76. ;
  77. Users       14                                 ; Yellow
  78. ;
  79. ; ShowHidden
  80. ;
  81. ; HandlesOnly
  82. ;
  83. Group       0                                  ; Group 1 only
  84. ;
  85. Background  1                                  ; Black
  86. ;
  87. SecurityLvl 5
  88. ;
  89. SecFlags    -------- -------- -------- --------
  90. ;
  91.  
  92.